x11/gl: Do not use GLX_EXT_texture_from_pixmap if not available
authorEmmanuele Bassi <ebassi@gnome.org>
Thu, 26 Mar 2015 17:26:29 +0000 (17:26 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Thu, 26 Mar 2015 17:28:48 +0000 (17:28 +0000)
commitd79bc003455b92f788e27835ea7fc7a44b3501a4
tree0046c627c367324ae017b19ceefef7a449d2785b
parent3c80451b17f82a0a230d0bca1ae297d5e74bf3b3
x11/gl: Do not use GLX_EXT_texture_from_pixmap if not available

If the GLX_EXT_texture_from_pixmap extension is not available when we
did the extensions check, then there's no point in using the backend
specific code paths that rely on it.
gdk/x11/gdkglcontext-x11.c